IB Mathematics: Analysis & Approaches HL · 鼎睿学苑

Unit E3: Techniques
of Integral Calculus
单元 E3:积分技巧

The companion to E2. Where E2 supplies four rules for differentiation, E3 inverts them: integration as anti-differentiation, the Fundamental Theorem of Calculus that ties integration to area, and the two main HL methods (substitution and parts) for integrals that do not yield to direct table lookup. Integration is partial inversion; many functions have no closed-form antiderivative, so technique selection matters far more than in differentiation.本单元是 E2 的对应。E2 给出四条求导规则,E3 把它们反过来:积分(integration)即反求导(anti-differentiation),微积分基本定理(Fundamental Theorem of Calculus)把积分与面积联系起来,HL 的两大方法(换元、分部)专攻无法直接查表的积分。积分是部分反演;许多函数没有封闭形式的原函数,因此选对技巧比求导时关键得多。

IB AA HL · Topic 5.5 / 5.6 / 5.10 / 5.15 Papers 1 · 2 · 3 6 Concepts · SL + HL mix6 个核心概念 · SL + HL 混合

How to use this guide本指南使用说明

E3 has two layers. The SL layer (E3.1 through E3.4) is computational: learn the antiderivative table, apply the Fundamental Theorem, recognise reverse-chain patterns. The HL layer (E3.5, E3.6) is strategic: pick the right substitution or the right parts pairing.E3 分两层。SL 层(E3.1 至 E3.4)偏计算:记原函数表,套用基本定理,识别反向链式型。HL 层(E3.5、E3.6)偏策略:选对换元或选对分部配对。

!
If you are cramming如果你在临阵磨枪

Memorise the antiderivative table (E3.2): power, $\sin$, $\cos$, $e^{x}$, $1/x$. Practise four definite integrals using the Fundamental Theorem (E3.3). Skip substitution and parts if you are SL only.

背熟原函数表(E3.2):幂、$\sin$、$\cos$、$e^{x}$、$1/x$。用基本定理(E3.3)做四道定积分。SL 学生可跳过换元与分部。

If you are going for a 7如果你目标是 7 分

For substitution, build the reflex of "spot the inner function whose derivative also appears." For parts, memorise the LIATE priority order for choosing $u$. Practise problems that need both (parts followed by substitution, or substitution then parts).

换元法:训练"识别内函数及其导数同时出现"的条件反射。分部法:背熟 LIATE 选 $u$ 的优先序。多练需要"先分部再换元"或"先换元再分部"的复合题。

HL flagHL 标记说明 Integration by substitution (E3.5) and integration by parts (E3.6) are HL only on the AA syllabus. The reverse-chain method in E3.4 is essentially a pattern-recognition shortcut that SL students should also master; full substitution generalises it.换元积分(E3.5)与分部积分(E3.6)为 AA 大纲 HL 专属。E3.4 的反向链式法本质上是模式识别的简化版,SL 学生也应掌握;HL 的换元法是其推广。

Anti-differentiation (Indefinite Integrals)反求导(不定积分) SL 5.5

Definition. An antiderivative of $f(x)$ is any function $F(x)$ with $F'(x) = f(x)$. The collection of all antiderivatives is the indefinite integral: $$ \int f(x) \, dx \;=\; F(x) + C, $$ where $C \in \mathbb{R}$ is the constant of integration.

Power rule for integration (the inverse of the power rule for differentiation): $$ \int x^{n} \, dx \;=\; \frac{x^{n+1}}{n + 1} + C, \qquad n \ne -1. $$ Linearity (sum and constant multiple) carries over from differentiation: $$ \int [a f(x) + b g(x)] \, dx \;=\; a \int f(x) \, dx + b \int g(x) \, dx. $$
定义。$f(x)$ 的一个原函数(antiderivative)是任何满足 $F'(x) = f(x)$ 的函数 $F(x)$。全部原函数构成不定积分(indefinite integral): $$ \int f(x) \, dx \;=\; F(x) + C, $$ 其中 $C \in \mathbb{R}$ 为积分常数(constant of integration)。

积分的幂法则(求导幂法则的逆): $$ \int x^{n} \, dx \;=\; \frac{x^{n+1}}{n + 1} + C, \qquad n \ne -1. $$ 线性性(求和与常数倍)由求导沿用: $$ \int [a f(x) + b g(x)] \, dx \;=\; a \int f(x) \, dx + b \int g(x) \, dx. $$
Worked Example E3.1 (polynomial integral)E3.1 例题(多项式积分)

Find $\displaystyle\int \!\left( 4 x^{3} - 6 x^{2} + 2x - 5 \right) dx$.求 $\displaystyle\int \!\left( 4 x^{3} - 6 x^{2} + 2x - 5 \right) dx$。

Integrate term by term using the power rule.

逐项使用幂法则。

$$ \int 4 x^{3} \, dx \;=\; 4 \cdot \frac{x^{4}}{4} \;=\; x^{4}, \qquad \int 6 x^{2} \, dx \;=\; 2 x^{3}, $$ $$ \int 2x \, dx \;=\; x^{2}, \qquad \int 5 \, dx \;=\; 5x. $$

Combine.

合并。

$$ \int \!\left( 4 x^{3} - 6 x^{2} + 2x - 5 \right) dx \;=\; x^{4} - 2 x^{3} + x^{2} - 5x + C. $$

Verification. Differentiate the answer: $4 x^{3} - 6 x^{2} + 2x - 5$, recovering the integrand. Every indefinite integral can be checked this way.

验证。对答案求导:$4 x^{3} - 6 x^{2} + 2x - 5$,恢复了被积函数。每个不定积分都可这样验证。

Pitfall: the $+ C$ is not optional陷阱:$+ C$ 不可省 An indefinite integral that omits $+ C$ is wrong, not "implicit". The mark scheme reliably deducts A1 for missing constants. Definite integrals do not need $+ C$ because the constants cancel in the subtraction (see E3.3), but on an indefinite integral always write the $+ C$.省略 $+ C$ 的不定积分是错的,不是"默认有"。评分细则一定会扣 A1。定积分不需要 $+ C$(相减时抵消,见 E3.3),但不定积分必写 $+ C$。
Find $\displaystyle\int \!\bigl( 3 x^{2} - \tfrac{4}{x^{3}} \bigr) dx$.求 $\displaystyle\int \!\bigl( 3 x^{2} - \tfrac{4}{x^{3}} \bigr) dx$。
E3.1 · Q1
$x^{3} - \dfrac{4}{x^{2}} + C$
$x^{3} + \dfrac{2}{x^{2}} + C$
$x^{3} - 4 x^{-2} + C$
$6x + 12 x^{-4}$
Rewrite: $-4 x^{-3}$. Power rule: $-4 \cdot \tfrac{x^{-2}}{-2} = 2 x^{-2}$, which equals $\tfrac{2}{x^{2}}$. Combined with $\int 3 x^{2} \, dx = x^{3}$: $x^{3} + \tfrac{2}{x^{2}} + C$.改写:$-4 x^{-3}$。幂法则:$-4 \cdot \tfrac{x^{-2}}{-2} = 2 x^{-2} = \tfrac{2}{x^{2}}$。合并 $\int 3 x^{2} \, dx = x^{3}$ 得 $x^{3} + \tfrac{2}{x^{2}} + C$。
Convert $1/x^{3}$ to $x^{-3}$, then apply the power rule. The exponent goes from $-3$ to $-2$ and the coefficient gets divided by $-2$. The sign flips from $-4$ to $+2$.把 $1/x^{3}$ 化为 $x^{-3}$,再用幂法则。指数由 $-3$ 变为 $-2$,系数除以 $-2$。符号由 $-4$ 翻为 $+2$。

The Standard Integral Table标准积分表 SL 5.5

Memorise this table. It is the integration partner to the derivative table in E2.4.
IntegrandAntiderivative (+ $C$)
$x^{n}\;\;(n \ne -1)$$\dfrac{x^{n+1}}{n+1}$
$\dfrac{1}{x}$$\ln |x|$
$e^{x}$$e^{x}$
$a^{x}$$\dfrac{a^{x}}{\ln a}$
$\sin x$$-\cos x$
$\cos x$$\sin x$
$\sec^{2} x$$\tan x$
HL extension (inverse trig integrands). $\displaystyle\int \dfrac{dx}{\sqrt{1 - x^{2}}} = \arcsin x + C$; $\displaystyle\int \dfrac{dx}{1 + x^{2}} = \arctan x + C$.

The minus sign on $\int \sin x \, dx = -\cos x + C$ is the single most-forgotten entry. Cross-check by differentiating $-\cos x$: $\tfrac{d}{dx}(-\cos x) = -(-\sin x) = \sin x$.
背熟此表。它是 E2.4 求导表的积分对应。
被积函数原函数(外加 $C$)
$x^{n}\;\;(n \ne -1)$$\dfrac{x^{n+1}}{n+1}$
$\dfrac{1}{x}$$\ln |x|$
$e^{x}$$e^{x}$
$a^{x}$$\dfrac{a^{x}}{\ln a}$
$\sin x$$-\cos x$
$\cos x$$\sin x$
$\sec^{2} x$$\tan x$
HL 扩展(反三角被积函数)。 $\displaystyle\int \dfrac{dx}{\sqrt{1 - x^{2}}} = \arcsin x + C$; $\displaystyle\int \dfrac{dx}{1 + x^{2}} = \arctan x + C$。

$\int \sin x \, dx = -\cos x + C$ 中的负号是最易漏的一项。验证:对 $-\cos x$ 求导得 $-(-\sin x) = \sin x$,正确。
Worked Example E3.2a (mixed standard integrals)E3.2a 例题(混合标准积分)

Find $\displaystyle\int \!\bigl( 3 \cos x + 2 e^{x} - \tfrac{5}{x} \bigr) dx$.求 $\displaystyle\int \!\bigl( 3 \cos x + 2 e^{x} - \tfrac{5}{x} \bigr) dx$。

Term by term from the table.

逐项查表。

$$ \int 3 \cos x \, dx = 3 \sin x, \quad \int 2 e^{x} \, dx = 2 e^{x}, \quad \int \tfrac{5}{x} \, dx = 5 \ln |x|. $$

Combine with the constant of integration.

合并并加积分常数。

$$ \int \!\bigl( 3 \cos x + 2 e^{x} - \tfrac{5}{x} \bigr) dx \;=\; 3 \sin x + 2 e^{x} - 5 \ln |x| + C. $$
▸ Going deeper: why $\int \tfrac{1}{x} dx$ needs absolute value bars▸ 深入:$\int \tfrac{1}{x} dx$ 为何要加绝对值

The function $\ln x$ is only defined for $x > 0$, but $1/x$ is defined for all $x \ne 0$ (with $1/x$ negative when $x < 0$). For $x < 0$, the correct antiderivative is $\ln(-x)$, because $\tfrac{d}{dx} \ln(-x) = \tfrac{1}{-x} \cdot (-1) = \tfrac{1}{x}$. Combining the $x > 0$ and $x < 0$ branches gives $\ln |x|$, which is differentiable on $\mathbb{R} \setminus \{0\}$ with derivative $1/x$. Hence the absolute value bars are necessary, not stylistic.

$\ln x$ 仅在 $x > 0$ 处定义,但 $1/x$ 在所有 $x \ne 0$ 处定义($x < 0$ 时 $1/x$ 为负)。当 $x < 0$ 时,正确的原函数是 $\ln(-x)$,因为 $\tfrac{d}{dx} \ln(-x) = \tfrac{1}{-x} \cdot (-1) = \tfrac{1}{x}$。将 $x > 0$ 与 $x < 0$ 两支合并即得 $\ln |x|$,它在 $\mathbb{R} \setminus \{0\}$ 上可导,导数为 $1/x$。因此绝对值是必须的,不是装饰。

$\displaystyle\int \!\bigl( 2 \sin x + e^{x} \bigr) dx = ?$$\displaystyle\int \!\bigl( 2 \sin x + e^{x} \bigr) dx = ?$
E3.2 · Q1
$-2 \cos x + e^{x} + C$
$2 \cos x + e^{x} + C$
$-2 \cos x - e^{x} + C$
$2 \cos x - e^{x} + C$
$\int \sin x \, dx = -\cos x$ and $\int e^{x} \, dx = e^{x}$. Linearity gives $-2 \cos x + e^{x} + C$.$\int \sin x \, dx = -\cos x$,$\int e^{x} \, dx = e^{x}$。线性性给出 $-2 \cos x + e^{x} + C$。
The integral of $\sin x$ is $-\cos x$ (with the minus sign). The integral of $e^{x}$ is $e^{x}$. Constant multiple and sum rules combine them.$\sin x$ 的积分是 $-\cos x$(带负号)。$e^{x}$ 的积分是 $e^{x}$。常数倍与和法则把两者合并。

Definite Integrals and the Fundamental Theorem of Calculus定积分与微积分基本定理 SL 5.6

The Fundamental Theorem of Calculus (FTC). If $f$ is continuous on $[a, b]$ and $F$ is any antiderivative of $f$ (so $F' = f$), then $$ \int_{a}^{b} f(x) \, dx \;=\; F(b) - F(a). $$ The notation $\bigl[ F(x) \bigr]_{a}^{b}$ is shorthand for $F(b) - F(a)$.

Geometric reading. If $f(x) \ge 0$ on $[a, b]$, the definite integral equals the area under the curve between $x = a$ and $x = b$. If $f(x) < 0$ on part of the interval, the integral gives signed area: area above the $x$-axis counts positive, area below counts negative.

Three properties to use.
  1. $\displaystyle\int_{a}^{a} f \, dx = 0$.
  2. $\displaystyle\int_{a}^{b} f \, dx = -\int_{b}^{a} f \, dx$.
  3. $\displaystyle\int_{a}^{c} f \, dx = \int_{a}^{b} f \, dx + \int_{b}^{c} f \, dx$ (splitting at $b$, where $a < b < c$).
微积分基本定理(FTC)。若 $f$ 在 $[a, b]$ 上连续、$F$ 是 $f$ 的任一原函数($F' = f$),则 $$ \int_{a}^{b} f(x) \, dx \;=\; F(b) - F(a). $$ 记号 $\bigl[ F(x) \bigr]_{a}^{b}$ 即 $F(b) - F(a)$。

几何意义。若 $f(x) \ge 0$ 在 $[a, b]$ 上成立,则定积分等于曲线下从 $x = a$ 到 $x = b$ 的面积。若 $f(x)$ 在部分区间上为负,积分给出有符号面积:$x$ 轴上方记正、下方记负。

三条常用性质。
  1. $\displaystyle\int_{a}^{a} f \, dx = 0$。
  2. $\displaystyle\int_{a}^{b} f \, dx = -\int_{b}^{a} f \, dx$。
  3. $\displaystyle\int_{a}^{c} f \, dx = \int_{a}^{b} f \, dx + \int_{b}^{c} f \, dx$(在 $b$ 处分段,$a < b < c$)。
Worked Example E3.3a (direct FTC)E3.3a 例题(直接用 FTC)

Evaluate $\displaystyle\int_{1}^{3} \!\bigl( x^{2} + 2 \bigr) dx$.求 $\displaystyle\int_{1}^{3} \!\bigl( x^{2} + 2 \bigr) dx$。

Find an antiderivative. $F(x) = \tfrac{x^{3}}{3} + 2x$.

求一个原函数。$F(x) = \tfrac{x^{3}}{3} + 2x$。

Apply the FTC.

套用 FTC。

$$ \int_{1}^{3} \!\bigl( x^{2} + 2 \bigr) dx \;=\; \Bigl[ \tfrac{x^{3}}{3} + 2x \Bigr]_{1}^{3} \;=\; \Bigl( \tfrac{27}{3} + 6 \Bigr) - \Bigl( \tfrac{1}{3} + 2 \Bigr) \;=\; 15 - \tfrac{7}{3} \;=\; \tfrac{38}{3}. $$
Worked Example E3.3b (signed area)E3.3b 例题(有符号面积)

Evaluate $\displaystyle\int_{0}^{\pi} \sin x \, dx$ and $\displaystyle\int_{0}^{2\pi} \sin x \, dx$. Comment on the difference.求 $\displaystyle\int_{0}^{\pi} \sin x \, dx$ 与 $\displaystyle\int_{0}^{2\pi} \sin x \, dx$,并说明区别。

First integral.

第一个积分。

$$ \int_{0}^{\pi} \sin x \, dx \;=\; \bigl[ -\cos x \bigr]_{0}^{\pi} \;=\; (-\cos \pi) - (-\cos 0) \;=\; 1 - (-1) \;=\; 2. $$

Second integral.

第二个积分。

$$ \int_{0}^{2\pi} \sin x \, dx \;=\; \bigl[ -\cos x \bigr]_{0}^{2\pi} \;=\; -\cos(2\pi) + \cos 0 \;=\; -1 + 1 \;=\; 0. $$

Remark. On $[0, \pi]$, $\sin x \ge 0$, so the integral measures area (which is $2$). On $[\pi, 2\pi]$, $\sin x \le 0$, contributing $-2$. The two cancel over $[0, 2\pi]$, giving zero. The integral is signed area, not geometric area. To get geometric area, integrate $|\sin x|$ instead, which gives $4$.

注。$[0, \pi]$ 上 $\sin x \ge 0$,积分等于面积(值为 $2$)。$[\pi, 2\pi]$ 上 $\sin x \le 0$,贡献 $-2$。两段在 $[0, 2\pi]$ 上抵消为 $0$。定积分给的是有符号面积,不是几何面积。若需几何面积,应积 $|\sin x|$,结果为 $4$。

▸ Going deeper: why the FTC holds▸ 深入:FTC 为何成立

Define the "area-so-far" function $A(x) = \int_{a}^{x} f(t) \, dt$. Then a small increase from $x$ to $x + h$ adds a thin strip of area approximately $f(x) \cdot h$, so $A(x + h) - A(x) \approx f(x) \cdot h$. Dividing by $h$ and taking $h \to 0$ gives $A'(x) = f(x)$. So $A$ is itself an antiderivative of $f$. Any other antiderivative $F$ differs from $A$ by a constant, and the FTC follows:

定义"截至 $x$ 的面积函数"$A(x) = \int_{a}^{x} f(t) \, dt$。从 $x$ 到 $x + h$ 的小增量大致是 $f(x) \cdot h$(一条窄条),故 $A(x + h) - A(x) \approx f(x) \cdot h$。两边除以 $h$ 并令 $h \to 0$ 得 $A'(x) = f(x)$。故 $A$ 本身是 $f$ 的原函数。任一原函数 $F$ 与 $A$ 相差常数,FTC 由此而来:

$$ \int_{a}^{b} f(x) \, dx \;=\; A(b) - A(a) \;=\; F(b) - F(a). $$

This is the deepest theorem in single-variable calculus: it shows that differentiation and integration are inverse operations.

这是单变量微积分中最深刻的定理:它表明求导与积分互为逆运算。

$\displaystyle\int_{0}^{1} e^{x} \, dx = ?$$\displaystyle\int_{0}^{1} e^{x} \, dx = ?$
E3.3 · Q1
$1$
$e$
$e - 1$
$e + 1$
Antiderivative of $e^{x}$ is $e^{x}$. FTC: $\bigl[ e^{x} \bigr]_{0}^{1} = e^{1} - e^{0} = e - 1$.$e^{x}$ 的原函数仍是 $e^{x}$。FTC:$\bigl[ e^{x} \bigr]_{0}^{1} = e^{1} - e^{0} = e - 1$。
$e^{x}$ is its own antiderivative. Apply the FTC: upper limit minus lower limit gives $e - 1$.$e^{x}$ 的原函数仍是 $e^{x}$。套用 FTC:上限减下限得 $e - 1$。

Integration by Reverse Chain反向链式积分 SL 5.10

Pattern. An integral of the form $$ \int f'(g(x)) \cdot g'(x) \, dx \;=\; f(g(x)) + C $$ is the chain rule run backwards. If you spot a composite $f(g(x))$ paired with the derivative of its inner function, integrate by recognising the pattern, no substitution required.

Three canonical templates (all worth memorising):
  1. $\displaystyle\int g'(x) \cdot \bigl[g(x)\bigr]^{n} \, dx = \dfrac{[g(x)]^{n+1}}{n + 1} + C, \quad n \ne -1$.
  2. $\displaystyle\int \dfrac{g'(x)}{g(x)} \, dx = \ln |g(x)| + C$.
  3. $\displaystyle\int g'(x) \cdot e^{g(x)} \, dx = e^{g(x)} + C$.
The trick is recognising when the derivative of the "obvious inner function" appears (possibly up to a constant multiple) as a factor.
模式。形如 $$ \int f'(g(x)) \cdot g'(x) \, dx \;=\; f(g(x)) + C $$ 的积分就是链式法则反过来。看到复合函数 $f(g(x))$ 旁边伴随着内函数的导数 $g'(x)$,直接识别即可积出。

三条经典模板(都应背熟):
  1. $\displaystyle\int g'(x) \cdot \bigl[g(x)\bigr]^{n} \, dx = \dfrac{[g(x)]^{n+1}}{n + 1} + C, \quad n \ne -1$。
  2. $\displaystyle\int \dfrac{g'(x)}{g(x)} \, dx = \ln |g(x)| + C$。
  3. $\displaystyle\int g'(x) \cdot e^{g(x)} \, dx = e^{g(x)} + C$。
关键在于识别"明显的内函数"的导数(最多差一个常数倍)是否出现在被积式中。
Worked Example E3.4a (template 1)E3.4a 例题(模板 1)

Evaluate $\displaystyle\int 2x \,(x^{2} + 1)^{4} \, dx$.求 $\displaystyle\int 2x \,(x^{2} + 1)^{4} \, dx$。

Inner function. $g(x) = x^{2} + 1$ and $g'(x) = 2x$ appears exactly as a factor. Template 1 with $n = 4$:

内函数。$g(x) = x^{2} + 1$,$g'(x) = 2x$ 恰好作为因子出现。用模板 1,$n = 4$:

$$ \int 2x \,(x^{2} + 1)^{4} \, dx \;=\; \frac{(x^{2} + 1)^{5}}{5} + C. $$
Worked Example E3.4b (template 2, log shape)E3.4b 例题(模板 2,对数型)

Evaluate $\displaystyle\int \dfrac{4 x^{3}}{x^{4} + 7} \, dx$.求 $\displaystyle\int \dfrac{4 x^{3}}{x^{4} + 7} \, dx$。

Inner function. $g(x) = x^{4} + 7$, so $g'(x) = 4 x^{3}$. The numerator is exactly $g'(x)$. Template 2:

内函数。$g(x) = x^{4} + 7$,$g'(x) = 4 x^{3}$。分子恰为 $g'(x)$。用模板 2:

$$ \int \frac{4 x^{3}}{x^{4} + 7} \, dx \;=\; \ln \bigl| x^{4} + 7 \bigr| + C \;=\; \ln(x^{4} + 7) + C. $$

The absolute value bars can be dropped because $x^{4} + 7 > 0$ for all real $x$.

因 $x^{4} + 7 > 0$ 对所有实数成立,可去掉绝对值。

Constant adjustment when $g'(x)$ is off by a factor$g'(x)$ 差常数倍时的调整 If the factor of $g'(x)$ in the integrand is off by a constant, scale by the reciprocal. Example: $\int x \,(x^{2} + 1)^{4} \, dx$. Here $g'(x) = 2x$ but only $x$ appears, so the factor is $\tfrac{1}{2}$ of what we need. Multiply and divide: $$ \int x \,(x^{2} + 1)^{4} \, dx \;=\; \tfrac{1}{2} \int 2x \,(x^{2} + 1)^{4} \, dx \;=\; \tfrac{1}{2} \cdot \tfrac{(x^{2} + 1)^{5}}{5} + C \;=\; \tfrac{(x^{2} + 1)^{5}}{10} + C. $$ This trick handles most "almost-reverse-chain" integrands at SL.若被积式中 $g'(x)$ 的因子差一个常数倍,乘以其倒数即可。例:$\int x \,(x^{2} + 1)^{4} \, dx$。此时 $g'(x) = 2x$,但仅出现 $x$,因子是所需的 $\tfrac{1}{2}$。乘除调整: $$ \int x \,(x^{2} + 1)^{4} \, dx \;=\; \tfrac{1}{2} \int 2x \,(x^{2} + 1)^{4} \, dx \;=\; \tfrac{1}{2} \cdot \tfrac{(x^{2} + 1)^{5}}{5} + C \;=\; \tfrac{(x^{2} + 1)^{5}}{10} + C. $$ 这一技巧处理 SL 几乎所有"近反向链式"型被积函数。
$\displaystyle\int \cos x \cdot e^{\sin x} \, dx = ?$$\displaystyle\int \cos x \cdot e^{\sin x} \, dx = ?$
E3.4 · Q1
$e^{\cos x} + C$
$\sin x \cdot e^{\sin x} + C$
$e^{\sin x} + C$
$-e^{\sin x} + C$
Inner: $g(x) = \sin x$, $g'(x) = \cos x$. Template 3 ($e^{g}$ pattern): $\int g' \cdot e^{g} \, dx = e^{g} + C = e^{\sin x} + C$.内函数 $g(x) = \sin x$,$g'(x) = \cos x$。模板 3($e^{g}$ 型):$\int g' \cdot e^{g} \, dx = e^{g} + C = e^{\sin x} + C$。
Spot the pattern: derivative of $\sin x$ (which is $\cos x$) sits outside an $e^{\sin x}$. That is exactly $\int g' e^{g} \, dx$. The antiderivative is $e^{g(x)} + C$.看出模式:$\sin x$ 的导数(即 $\cos x$)出现在 $e^{\sin x}$ 之外,正是 $\int g' e^{g} \, dx$。原函数为 $e^{g(x)} + C$。

Integration by Substitution换元积分法 HL AHL 5.15

The method. Set $u = g(x)$, so $\dfrac{du}{dx} = g'(x)$, hence $du = g'(x) \, dx$. The integral $$ \int f(g(x)) \cdot g'(x) \, dx $$ transforms to $\displaystyle\int f(u) \, du$, which is (one hopes) directly integrable.

For definite integrals, change the limits as well: if the original is $\displaystyle\int_{a}^{b} f(g(x)) g'(x) \, dx$, the substituted form is $\displaystyle\int_{g(a)}^{g(b)} f(u) \, du$. The new limits are the values of $u$ at the old endpoints, not the old endpoints themselves.

How to choose $u$.
  1. Look for an inner function whose derivative also appears as a factor.
  2. If the integrand contains $\sqrt{\text{stuff}}$, try $u = \text{stuff}$.
  3. If the integrand contains $\ln(\text{stuff})$, try $u = \ln(\text{stuff})$ or $u = \text{stuff}$.
  4. If the integrand contains $\sin(\text{stuff})$ or $e^{\text{stuff}}$, try $u = \text{stuff}$.
方法。令 $u = g(x)$,则 $\dfrac{du}{dx} = g'(x)$,即 $du = g'(x) \, dx$。积分 $$ \int f(g(x)) \cdot g'(x) \, dx $$ 化为 $\displaystyle\int f(u) \, du$,若选得好,便可直接查表。

对定积分,积分限也要换:原式 $\displaystyle\int_{a}^{b} f(g(x)) g'(x) \, dx$ 换元后为 $\displaystyle\int_{g(a)}^{g(b)} f(u) \, du$。新限是原端点处 $u$ 的值,不是原端点本身。

如何选 $u$。
  1. 找一个内函数,其导数也以因子形式出现。
  2. 被积式含 $\sqrt{\text{某式}}$ 时,试 $u = \text{某式}$。
  3. 被积式含 $\ln(\text{某式})$ 时,试 $u = \ln(\text{某式})$ 或 $u = \text{某式}$。
  4. 被积式含 $\sin(\text{某式})$ 或 $e^{\text{某式}}$ 时,试 $u = \text{某式}$。
Worked Example E3.5a (indefinite, with constant adjustment)E3.5a 例题(不定积分,含常数调整)

Evaluate $\displaystyle\int x \sqrt{x^{2} + 4} \, dx$.求 $\displaystyle\int x \sqrt{x^{2} + 4} \, dx$。

Choose $u$. The inner $x^{2} + 4$ has derivative $2x$. Let $u = x^{2} + 4$, so $du = 2x \, dx$, hence $x \, dx = \tfrac{1}{2} du$.

选 $u$。内函数 $x^{2} + 4$ 的导数为 $2x$。令 $u = x^{2} + 4$,则 $du = 2x \, dx$,故 $x \, dx = \tfrac{1}{2} du$。

Substitute.

换元。

$$ \int x \sqrt{x^{2} + 4} \, dx \;=\; \int \sqrt{u} \cdot \tfrac{1}{2} \, du \;=\; \tfrac{1}{2} \int u^{1/2} \, du \;=\; \tfrac{1}{2} \cdot \tfrac{u^{3/2}}{3/2} \;=\; \tfrac{1}{3} u^{3/2}. $$

Substitute back.

换回 $x$。

$$ \int x \sqrt{x^{2} + 4} \, dx \;=\; \tfrac{1}{3} (x^{2} + 4)^{3/2} + C. $$
Worked Example E3.5b (definite integral, change of limits)E3.5b 例题(定积分,限的变换)

Evaluate $\displaystyle\int_{0}^{\pi/2} \sin^{3}(x) \cos x \, dx$.求 $\displaystyle\int_{0}^{\pi/2} \sin^{3}(x) \cos x \, dx$。

Choose $u$. Let $u = \sin x$, so $du = \cos x \, dx$.

选 $u$。令 $u = \sin x$,则 $du = \cos x \, dx$。

Change the limits. At $x = 0$: $u = \sin 0 = 0$. At $x = \pi/2$: $u = \sin(\pi/2) = 1$.

换积分限。$x = 0$:$u = \sin 0 = 0$。$x = \pi/2$:$u = \sin(\pi/2) = 1$。

Substitute and evaluate.

换元后求值。

$$ \int_{0}^{\pi/2} \sin^{3}(x) \cos x \, dx \;=\; \int_{0}^{1} u^{3} \, du \;=\; \Bigl[ \tfrac{u^{4}}{4} \Bigr]_{0}^{1} \;=\; \tfrac{1}{4}. $$

Remark. Once the limits are changed, do not substitute back to $x$. Evaluate directly in $u$. This is the main advantage of changing limits versus leaving them in $x$.

注。积分限换好后,无需再换回 $x$;直接在 $u$ 下求值。这是"换限"相对于"保留 $x$"的主要优势。

▸ Going deeper: substitution as the chain rule in reverse▸ 深入:换元法即链式法则的逆

If $F$ is an antiderivative of $f$, the chain rule gives $\tfrac{d}{dx} F(g(x)) = f(g(x)) \cdot g'(x)$. Integrating both sides:

若 $F$ 是 $f$ 的原函数,链式法则给出 $\tfrac{d}{dx} F(g(x)) = f(g(x)) \cdot g'(x)$。两边积分:

$$ \int f(g(x)) \cdot g'(x) \, dx \;=\; F(g(x)) + C. $$

The substitution $u = g(x)$ just relabels the antiderivative: the right side equals $F(u) + C = \int f(u) \, du$. So substitution is not a new technique; it is the chain rule applied in reverse, with $u$ as the bookkeeping device. The reason it feels different from "reverse chain" in E3.4 is that you write the $u$ explicitly and convert $dx$ to $du$, which makes the constant-multiple adjustments automatic rather than improvised.

换元 $u = g(x)$ 只是给原函数换个写法:右侧等于 $F(u) + C = \int f(u) \, du$。所以换元并非新方法,而是链式法则反过来用,$u$ 是记号。它与 E3.4 的"反向链式"感觉不同,是因为换元法显式写出 $u$ 并把 $dx$ 换成 $du$,常数倍调整自动而非临场。

Use substitution to evaluate $\displaystyle\int 6 x^{2} \,(x^{3} + 1)^{5} \, dx$.用换元法求 $\displaystyle\int 6 x^{2} \,(x^{3} + 1)^{5} \, dx$。
E3.5 · Q1
$2 x^{3} (x^{3} + 1)^{5} + C$
$(x^{3} + 1)^{6} + C$
$\dfrac{(x^{3} + 1)^{6}}{6} + C$
$\dfrac{(x^{3} + 1)^{6}}{3} + C$
Let $u = x^{3} + 1$, $du = 3 x^{2} \, dx$, so $6 x^{2} \, dx = 2 \, du$. Integral becomes $\int 2 u^{5} \, du = \tfrac{2 u^{6}}{6} = \tfrac{u^{6}}{3}$. Substitute back: $\tfrac{(x^{3} + 1)^{6}}{3} + C$.令 $u = x^{3} + 1$,$du = 3 x^{2} \, dx$,故 $6 x^{2} \, dx = 2 \, du$。积分变为 $\int 2 u^{5} \, du = \tfrac{2 u^{6}}{6} = \tfrac{u^{6}}{3}$。换回得 $\tfrac{(x^{3} + 1)^{6}}{3} + C$。
Pick $u = x^{3} + 1$. Then $du = 3 x^{2} \, dx$, so $6 x^{2} \, dx = 2 \, du$. The integral simplifies to $\int 2 u^{5} \, du$, giving $\tfrac{(x^{3} + 1)^{6}}{3} + C$.取 $u = x^{3} + 1$。$du = 3 x^{2} \, dx$,故 $6 x^{2} \, dx = 2 \, du$。积分化为 $\int 2 u^{5} \, du$,结果 $\tfrac{(x^{3} + 1)^{6}}{3} + C$。

Integration by Parts分部积分法 HL AHL 5.15

Theorem (Parts). $$ \int u \, dv \;=\; u v \;-\; \int v \, du. $$ Equivalently, with $u = u(x)$ and $v = v(x)$: $$ \int u(x) \, v'(x) \, dx \;=\; u(x) v(x) \;-\; \int v(x) \, u'(x) \, dx. $$ The method trades one integral ($\int u \, dv$) for another ($\int v \, du$). The trade is worth it when the new integral is simpler.

LIATE priority for choosing $u$. Pick $u$ in this order of preference, with the type higher on the list taking priority:
  1. Logarithmic ($\ln x$, $\log_{a} x$).
  2. Inverse trig ($\arcsin$, $\arctan$).
  3. Algebraic ($x^{n}$, polynomials).
  4. Trigonometric ($\sin x$, $\cos x$).
  5. Exponential ($e^{x}$).
The remaining piece becomes $dv$. The rationale: $u$ should be something whose derivative is simpler, and $dv$ should be something easily integrated.
定理(分部积分)。 $$ \int u \, dv \;=\; u v \;-\; \int v \, du. $$ 等价地,写成 $u = u(x)$、$v = v(x)$: $$ \int u(x) \, v'(x) \, dx \;=\; u(x) v(x) \;-\; \int v(x) \, u'(x) \, dx. $$ 该方法用一个积分($\int u \, dv$)换取另一个($\int v \, du$)。当新积分更简单时,换得划算。

LIATE 选 $u$ 优先序。按以下次序选 $u$,靠前者优先:
  1. L 对数(Logarithmic):$\ln x$、$\log_{a} x$。
  2. I 反三角(Inverse trig):$\arcsin$、$\arctan$。
  3. A 代数(Algebraic):$x^{n}$、多项式。
  4. T 三角(Trig):$\sin x$、$\cos x$。
  5. E 指数(Exponential):$e^{x}$。
剩余部分作 $dv$。理由:$u$ 应是"求导后更简单"的部分,$dv$ 应是"易于积分"的部分。
Worked Example E3.6a ($x e^{x}$)E3.6a 例题($x e^{x}$)

Evaluate $\displaystyle\int x \, e^{x} \, dx$.求 $\displaystyle\int x \, e^{x} \, dx$。

Apply LIATE. Between $x$ (Algebraic) and $e^{x}$ (Exponential), Algebraic comes first, so $u = x$ and $dv = e^{x} \, dx$.

套 LIATE。$x$(A)与 $e^{x}$(E)中,A 先,故 $u = x$、$dv = e^{x} \, dx$。

Compute $du$ and $v$. $du = dx$ and $v = e^{x}$.

算 $du$ 与 $v$。$du = dx$,$v = e^{x}$。

Apply the parts formula.

代入分部公式。

$$ \int x \, e^{x} \, dx \;=\; x \, e^{x} \;-\; \int e^{x} \, dx \;=\; x e^{x} - e^{x} + C \;=\; (x - 1) e^{x} + C. $$
Worked Example E3.6b ($\ln x$)E3.6b 例题($\ln x$)

Evaluate $\displaystyle\int \ln x \, dx$.求 $\displaystyle\int \ln x \, dx$。

This looks like a single function, but LIATE still applies. Treat the integrand as $\ln x \cdot 1$. Then $u = \ln x$ (L) and $dv = 1 \, dx$.

看似只有一个函数,但 LIATE 仍适用。把被积式视为 $\ln x \cdot 1$。$u = \ln x$(L),$dv = 1 \, dx$。

Compute $du$ and $v$. $du = \tfrac{1}{x} \, dx$ and $v = x$.

算 $du$ 与 $v$。$du = \tfrac{1}{x} \, dx$,$v = x$。

Apply parts.

套用分部。

$$ \int \ln x \, dx \;=\; x \ln x \;-\; \int x \cdot \tfrac{1}{x} \, dx \;=\; x \ln x - \int 1 \, dx \;=\; x \ln x - x + C. $$

Remark. This is the standard derivation of $\int \ln x \, dx$, and the answer $x \ln x - x + C$ is worth memorising. It appears in almost every Paper 3 question that uses parts.

注。这是 $\int \ln x \, dx$ 的标准推导,答案 $x \ln x - x + C$ 值得背下。Paper 3 中几乎所有用分部的题目都会出现它。

▸ Going deeper: parts as the product rule in reverse▸ 深入:分部积分即乘积法则的逆

The product rule says $(uv)' = u' v + u v'$. Rearranging: $u v' = (uv)' - u' v$. Integrating both sides:

乘积法则:$(uv)' = u' v + u v'$。整理得 $u v' = (uv)' - u' v$。两边积分:

$$ \int u v' \, dx \;=\; uv \;-\; \int u' v \, dx. $$

In differential notation, this is $\int u \, dv = uv - \int v \, du$. So parts is the integral version of the product rule, exactly as substitution is the integral version of the chain rule. The two HL integration techniques are the inverses of the two SL differentiation rules. Any time a derivative rule exists, an integration rule shadows it.

用微分记号即 $\int u \, dv = uv - \int v \, du$。所以分部积分是乘积法则的积分版本,正如换元是链式法则的积分版本。HL 的两条积分技巧分别对应 SL 的两条求导规则。求导有什么规则,积分就有什么对偶。

Use parts to evaluate $\displaystyle\int x \cos x \, dx$.用分部积分求 $\displaystyle\int x \cos x \, dx$。
E3.6 · Q1
$x \sin x + C$
$x \sin x + \cos x + C$
$x \sin x - \cos x + C$
$\tfrac{x^{2}}{2} \sin x + C$
LIATE: $u = x$ (A), $dv = \cos x \, dx$. Then $du = dx$, $v = \sin x$. Parts: $x \sin x - \int \sin x \, dx = x \sin x - (-\cos x) + C = x \sin x + \cos x + C$.LIATE:$u = x$(A),$dv = \cos x \, dx$。$du = dx$,$v = \sin x$。分部:$x \sin x - \int \sin x \, dx = x \sin x - (-\cos x) + C = x \sin x + \cos x + C$。
Choose $u = x$, $dv = \cos x \, dx$. The integral becomes $x \sin x - \int \sin x \, dx$. Note that $\int \sin x \, dx = -\cos x$, so the final answer is $x \sin x + \cos x + C$.取 $u = x$、$dv = \cos x \, dx$。积分变为 $x \sin x - \int \sin x \, dx$。注意 $\int \sin x \, dx = -\cos x$,故最终为 $x \sin x + \cos x + C$。

Exam Strategy and Common Pitfalls考试策略与常见陷阱

Indefinite integrals on Paper 1Paper 1 上的不定积分
  • Always write $+ C$. Markschemes deduct A1 for missing constants. No exceptions.
  • 必写 $+ C$。评分对漏写积分常数扣 A1,没有例外。
  • Verify by differentiating. If you have time after evaluating an indefinite integral, differentiate the answer. If you do not recover the integrand exactly, find the error.
  • 用求导验证。不定积分算完后有时间,对答案求导。若不能恢复被积函数,查错。
  • Rewrite radicals and reciprocals as powers before integrating. $\sqrt{x} = x^{1/2}$, $\tfrac{1}{x^{n}} = x^{-n}$.
  • 积分前先把根式与倒数化为幂。$\sqrt{x} = x^{1/2}$、$\tfrac{1}{x^{n}} = x^{-n}$。
Definite integrals and the FTC定积分与 FTC
  • The "evaluate at upper minus lower" subtraction is two A1 marks. Write out $F(b) - F(a)$ in full before simplifying. Many students collapse it mentally and slip on a sign.
  • "上限减下限"是两个 A1。简化前先完整写出 $F(b) - F(a)$。许多学生心算合并时弄错符号。
  • Signed area is not the same as geometric area. If the question asks for "the area" (geometric) of a region where $f$ crosses zero, split the integral at the zero and add absolute values.
  • 有符号面积 $\ne$ 几何面积。若题目问"区域的面积"且 $f$ 在区域内变号,应在零点处分段积分并取绝对值。
  • No $+ C$ on definite integrals. The constants cancel in $F(b) - F(a)$. Including $+ C$ on a definite integral is at best wasted ink and at worst a markdown.
  • 定积分不加 $+ C$。积分常数在 $F(b) - F(a)$ 中抵消。写了反倒可能扣分。
Substitution and parts (HL, Paper 1B / Paper 3)换元与分部(HL,Paper 1B / Paper 3)
  • Declare the substitution explicitly. Write "Let $u = \ldots$ Then $du = \ldots \, dx$." This is the M1 mark; skipping it forfeits the method credit.
  • 显式声明换元。写出"令 $u = \ldots$,故 $du = \ldots \, dx$"。这是 M1,省略丢方法分。
  • For definite substitutions, change the limits. Do not change limits and also substitute back to $x$. Pick one path.
  • 定积分换元要换限。不要既换限又换回 $x$。二选一即可。
  • For parts, write the LIATE choice and the resulting $du$ and $v$ before applying the formula. This is one M1 and one A1.
  • 分部前先写 LIATE 选择与所得 $du$、$v$,再套公式。这相当于一个 M1 加一个 A1。
  • If parts produces a new integral that needs parts again, do it. Some Paper 3 problems require two or three rounds. The "tabular" shortcut is acceptable if presented clearly.
  • 若分部后的新积分仍需分部,继续做。有些 Paper 3 题要做两到三轮。"表格法"(tabular method)若写得清晰也可接受。

Flashcards闪卡

0 / 12 flipped已翻 0 / 12
$\int x^{n} dx = ?$ ($n \ne -1$)$\int x^{n} dx = ?$ ($n \ne -1$)
$$\dfrac{x^{n+1}}{n + 1} + C$$
$\int \tfrac{1}{x} dx = ?$$\int \tfrac{1}{x} dx = ?$
$$\ln |x| + C$$
$\int e^{x} dx = ?$$\int e^{x} dx = ?$
$$e^{x} + C$$
$\int \sin x \, dx = ?$$\int \sin x \, dx = ?$
$$-\cos x + C$$
$\int \cos x \, dx = ?$$\int \cos x \, dx = ?$
$$\sin x + C$$
$\int \sec^{2} x \, dx = ?$$\int \sec^{2} x \, dx = ?$
$$\tan x + C$$
FTC statement?FTC 公式?
$$\int_{a}^{b} f \, dx = F(b) - F(a)$$where $F' = f$.$F' = f$。
Reverse chain: $\int \tfrac{g'(x)}{g(x)} \, dx = ?$反向链式:$\int \tfrac{g'(x)}{g(x)} \, dx = ?$
$$\ln |g(x)| + C$$
Substitution differential rule?换元的微分公式?
If $u = g(x)$, then $du = g'(x) \, dx$.若 $u = g(x)$,则 $du = g'(x) \, dx$。
Integration by parts formula?分部积分公式?
$$\int u \, dv = uv - \int v \, du$$
LIATE priority?LIATE 优先序?
Log, Inverse trig, Algebraic, Trig, Exponential.对数、反三角、代数、三角、指数。
$\int \ln x \, dx = ?$$\int \ln x \, dx = ?$
$$x \ln x - x + C$$

Unit E3 Practice Quiz单元 E3 练习测验

$\displaystyle\int \!\bigl( 4 x^{3} + 6 \sqrt{x} \bigr) dx = ?$$\displaystyle\int \!\bigl( 4 x^{3} + 6 \sqrt{x} \bigr) dx = ?$
Q1
$x^{4} + 9 x^{1/2} + C$
$x^{4} + 3 x^{1/2} + C$
$x^{4} + 4 x^{3/2} + C$
$12 x^{2} + \dfrac{3}{\sqrt{x}} + C$
$\int 4 x^{3} \, dx = x^{4}$. For $\int 6 \sqrt{x} \, dx = \int 6 x^{1/2} \, dx$: power rule gives $6 \cdot \tfrac{x^{3/2}}{3/2} = 4 x^{3/2}$. Combined: $x^{4} + 4 x^{3/2} + C$.$\int 4 x^{3} \, dx = x^{4}$。$\int 6 \sqrt{x} \, dx = \int 6 x^{1/2} \, dx$,幂法则得 $6 \cdot \tfrac{x^{3/2}}{3/2} = 4 x^{3/2}$。合并:$x^{4} + 4 x^{3/2} + C$。
Convert $\sqrt{x}$ to $x^{1/2}$. Power rule: divide by the new exponent $3/2$, which is the same as multiplying by $2/3$. So $6 \cdot (2/3) = 4$.把 $\sqrt{x}$ 化为 $x^{1/2}$。幂法则:除以新指数 $3/2$(即乘以 $2/3$)。$6 \cdot (2/3) = 4$。
$\displaystyle\int_{1}^{e} \tfrac{1}{x} \, dx = ?$$\displaystyle\int_{1}^{e} \tfrac{1}{x} \, dx = ?$
Q2
$e$
$e - 1$
$\ln(e - 1)$
$1$
Antiderivative: $\ln |x|$. FTC: $\ln e - \ln 1 = 1 - 0 = 1$.原函数 $\ln |x|$。FTC:$\ln e - \ln 1 = 1 - 0 = 1$。
$\int \tfrac{1}{x} dx = \ln |x|$. At the upper limit $e$: $\ln e = 1$. At the lower limit $1$: $\ln 1 = 0$. Subtract.$\int \tfrac{1}{x} dx = \ln |x|$。上限 $e$:$\ln e = 1$。下限 $1$:$\ln 1 = 0$。相减。
Use reverse chain to evaluate $\displaystyle\int \dfrac{x}{x^{2} + 4} \, dx$.用反向链式求 $\displaystyle\int \dfrac{x}{x^{2} + 4} \, dx$。
Q3
$\tfrac{1}{2} \ln(x^{2} + 4) + C$
$\ln(x^{2} + 4) + C$
$2 \ln(x^{2} + 4) + C$
$\tfrac{x^{2}}{2 (x^{2} + 4)} + C$
Inner $g(x) = x^{2} + 4$ has $g'(x) = 2x$. The numerator is $x = \tfrac{1}{2} g'(x)$. So $\int \tfrac{x}{x^{2} + 4} dx = \tfrac{1}{2} \int \tfrac{2x}{x^{2} + 4} dx = \tfrac{1}{2} \ln(x^{2} + 4) + C$. (Bars dropped because $x^{2} + 4 > 0$.)内函数 $g(x) = x^{2} + 4$,$g'(x) = 2x$。分子 $x = \tfrac{1}{2} g'(x)$。故 $\int \tfrac{x}{x^{2} + 4} dx = \tfrac{1}{2} \int \tfrac{2x}{x^{2} + 4} dx = \tfrac{1}{2} \ln(x^{2} + 4) + C$。($x^{2} + 4 > 0$,去绝对值。)
$\int g'/g$ template gives $\ln |g|$. The numerator $x$ is half of $g'(x) = 2x$, so introduce a factor of $1/2$ and the answer is $\tfrac{1}{2} \ln(x^{2} + 4) + C$.$\int g'/g$ 模板给 $\ln |g|$。分子 $x$ 是 $g'(x) = 2x$ 的一半,引入 $1/2$ 即得 $\tfrac{1}{2} \ln(x^{2} + 4) + C$。
Use substitution to evaluate $\displaystyle\int_{0}^{1} \dfrac{x}{\sqrt{1 + x^{2}}} \, dx$.用换元求 $\displaystyle\int_{0}^{1} \dfrac{x}{\sqrt{1 + x^{2}}} \, dx$。
Q4
$\sqrt{2}$
$\sqrt{2} - 1$
$\tfrac{1}{2}$
$1$
Let $u = 1 + x^{2}$, $du = 2x \, dx$, so $x \, dx = \tfrac{1}{2} du$. Limits: $x = 0 \to u = 1$, $x = 1 \to u = 2$. Integral becomes $\tfrac{1}{2} \int_{1}^{2} u^{-1/2} du = \tfrac{1}{2} \bigl[ 2 u^{1/2} \bigr]_{1}^{2} = \sqrt{2} - 1$.令 $u = 1 + x^{2}$,$du = 2x \, dx$,故 $x \, dx = \tfrac{1}{2} du$。限:$x = 0 \to u = 1$、$x = 1 \to u = 2$。积分变为 $\tfrac{1}{2} \int_{1}^{2} u^{-1/2} du = \tfrac{1}{2} \bigl[ 2 u^{1/2} \bigr]_{1}^{2} = \sqrt{2} - 1$。
Substitute $u = 1 + x^{2}$. Change the limits to $u = 1$ and $u = 2$. The integral becomes $\sqrt{u}$ evaluated, giving $\sqrt{2} - 1$.换元 $u = 1 + x^{2}$。限换为 $u = 1$、$u = 2$。积分得 $\sqrt{u}$ 评估,结果 $\sqrt{2} - 1$。
Use parts to evaluate $\displaystyle\int x \ln x \, dx$.用分部求 $\displaystyle\int x \ln x \, dx$。
Q5
$\tfrac{x^{2}}{2} \ln x + C$
$\tfrac{x^{2}}{2} \ln x + \tfrac{x^{2}}{4} + C$
$\tfrac{x^{2}}{2} \ln x - \tfrac{x^{2}}{4} + C$
$\tfrac{x^{2}}{2} \cdot \tfrac{1}{x} + C$
LIATE: $u = \ln x$ (L), $dv = x \, dx$. Then $du = \tfrac{1}{x} dx$ and $v = \tfrac{x^{2}}{2}$. Parts: $\tfrac{x^{2}}{2} \ln x - \int \tfrac{x^{2}}{2} \cdot \tfrac{1}{x} dx = \tfrac{x^{2}}{2} \ln x - \int \tfrac{x}{2} dx = \tfrac{x^{2}}{2} \ln x - \tfrac{x^{2}}{4} + C$.LIATE:$u = \ln x$(L),$dv = x \, dx$。$du = \tfrac{1}{x} dx$、$v = \tfrac{x^{2}}{2}$。分部:$\tfrac{x^{2}}{2} \ln x - \int \tfrac{x^{2}}{2} \cdot \tfrac{1}{x} dx = \tfrac{x^{2}}{2} \ln x - \int \tfrac{x}{2} dx = \tfrac{x^{2}}{2} \ln x - \tfrac{x^{2}}{4} + C$。
LIATE puts L first, so $u = \ln x$. Then $dv = x \, dx$, $v = x^{2}/2$. The parts formula gives $\tfrac{x^{2}}{2} \ln x - \tfrac{x^{2}}{4} + C$.LIATE 把 L 放第一,故 $u = \ln x$。$dv = x \, dx$,$v = x^{2}/2$。分部公式给 $\tfrac{x^{2}}{2} \ln x - \tfrac{x^{2}}{4} + C$。

Readiness Checklist备考清单

Tick each item when you can do it cold, without notes, without the formula box, on your first attempt.

每一条都要"裸做"做对(不看笔记、不看公式框、一次过)才打勾。

0 / 13 mastered已掌握 0 / 13

IB Paper-Style PracticeIB 试卷风格练习

E3 Practice and Solutions are on the roadmap. They will ship under Practice Questions/Unit_E3_*.html with the bilingual built-in pattern. Meanwhile, the A2 and A5 Practice sets demonstrate the format.

E3 配套的 Practice 与 Solutions 已在排期,上线后位于 Practice Questions/Unit_E3_*.html,采用双语内嵌格式。可参照 A2、A5 练习集了解模板。

A2 Practice (template) →A2 练习题(模板)→ A5 Practice (most recent) →A5 练习题(最新)→